Tom: I'd like to use RS 232 functionality with the Kanalog board, but the documentation states that while the UART is present, the firmware (for the DSP and/or FPGA) does not yet support it. Is this still the case with Kmotion 4.25?
Assuming the RS232 functionality is or will soon be supported:
1) What are the registers I need to use for Rx and Tx?
2) What is the serial word length, 8 bits plus a parity bit?
3) Are the registers also 8 bit (meaning only chars can be placed there)?
4) Since interrupts are not possible, how do I make sure that I don't miss data that is incoming (or is there a FIFO buffer that can hold say 8 chars)?
5) Is the bit rate adjustable, and, is auto-detect of the bit rate possible?
Thanks!